#aboutus {
    margin-bottom: 90px;
    margin-top: 120px;
}

    #aboutus .intro h6 {
        font-size: 21px;
        font-style: italic;
        color: #252526;
        line-height: 29px;
        font-weight: normal;
        margin: 0 0 16px 0;
    }

    #aboutus .intro p {
        color: #3F3F3F;
        line-height: 24px;
    }

    #aboutus .flexslider {
        box-shadow: none;
        margin: 0;
        border: 0 none;
    }

    #aboutus .flex-control-paging li a {
        background: #666666;
        box-shadow: none;
        width: 11px;
        height: 11px;
        border: 3px solid #E6E6E6;
    }

        #aboutus .flex-control-paging li a.flex-active {
            box-shadow: none;
            background: #2894DC;
            border-color: #2894DC;
        }

    #aboutus .flex-control-nav {
        bottom: -30px;
    }

    #aboutus .call-us p {
        margin-top:20px;
        font-weight:bold;
        text-align:center;
    }

/* Responsive
-------------------------------------------------- */
@media (max-width: 767px) {
    #aboutus {
        margin-bottom: 75px;
    }

        #aboutus .intro {
            margin-bottom: 45px;
        }
}

@media (max-width: 480px) {
    #aboutus .intro {
        margin-bottom: 30px;
    }
}
